summary(x): quantile informationsummarize: creates a summary table of columns of interestcount(variable): how many of each unique value do you havegroup_by(): changes all subsequent functions- combine with
summarize()to get statistics per group
- combine with
plot()andhist()are great for a quick snapshot of the data

